Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.GetFileSystemItem (Nuxeo Drive: Get file system item)

Operation id NuxeoDrive.GetFileSystemItem
Category Services
Label Nuxeo Drive: Get file system item
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  
parentId string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveGetFileSystemItem
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.GetFileSystemItem",
  "label" : "Nuxeo Drive: Get file system item",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.GetFileSystemItem",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}